;   CIV II EVENTS - ANCIENT EMPIRES SERIES #2 (3500 BC)
;   "Seeds of Greatness - The Early Empires" Scenario, v1.1 (5/00)
;   (Egyptian Events)
;
;
@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYWAVEFILE
ae-3500b.wav
@ENDIF

@IF
SCENARIOLOADED
@THEN
DONTPLAYWONDERS
@ENDIF

@IF
citytaken
city=Hattusas
attacker=anybody
defender=Hittites
@THEN
justonce
text
O how ye mighty have fallen! Once invincible Hattusas
lies sacked and looted!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Ur
attacker=anybody
defender=Babylonians
@THEN
justonce
text
Behold! "Ur of the Chaldees" has fallen to the enemy!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Nineveh
attacker=anybody
defender=Assyrians
@THEN
justonce
text
The fires of Nineveh mount up to the skies. A terrible
retribution is visited upon her! 
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Memphis
attacker=anybody
defender=Egyptians
@THEN
justonce
text
Alas, mighty Memphis lies crushed beneath the invader's heel!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Ecbatana
attacker=anybody
defender=Persians
@THEN
justonce
text
No longer protected by her mountainous redoubt, Ecbatana
feels the sting of the conqueror's lash!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Mycenae
attacker=anybody
defender=Greeks
@THEN
justonce
text
Sacked and burned, "Golden Mycenae" meets with the fate of Troy!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
citytaken
city=Knossos
attacker=anybody
defender=Minoans
@THEN
justonce
text
In the end, the seas prove to be a poor safeguard. Knossos burns!
endtext
changemoney
receiver=TRIGGERATTACKER
amount=500
PLAYWAVEFILE
citysack.wav
@ENDIF

@IF
TURN
turn=150
@THEN
TEXT
^The "Great Bull", Minos, ascends to the throne of Crete.
^Truly, the Minoans now rule the seas!
ENDTEXT
CREATEUNIT
unit=Minos
owner=Minoans
veteran=yes
homecity=none
locations
21,47
22,46
23,47
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=171
@THEN
TEXT
^The great "law-giver", Hammurabi ascends to the throne of Babylon.
^Behold the first of the "Great Kings"!
ENDTEXT
CREATEUNIT
unit=Hammurabi
owner=Babylonians
veteran=yes
homecity=none
locations
143,75
144,72
145,73
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=195
@THEN
TEXT
^A mighty emperor, Mursilis I, claims the throne of Hatti.
^Tremble all ye nations!
ENDTEXT
CREATEUNIT
unit=Mursilis I
owner=Hittites
veteran=yes
homecity=none
locations
75,15
74,14
76,18
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=218
@THEN
TEXT
^A mighty emperor, Ramesses II ascends to the throne of Egypt.
^His chariots shall shake the Earth!
ENDTEXT
CREATEUNIT
unit=Ramesses II
owner=Egyptians
veteran=yes
homecity=none
locations
57,89
56,88
58,90
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=283
@THEN
TEXT
^A great king, Ashurbanipal ascends to the throne of Assyria.
^His armies shall descend upon ye like locusts!
ENDTEXT
CREATEUNIT
unit=Ashurbanipal
owner=Assyrians
veteran=yes
homecity=none
locations
112,34
113,33
114,32
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=294
@THEN
TEXT
^A mighty warrior, Cyrus II lays claim to the throne of Persia.
^None may withstand his power and wisdom!
ENDTEXT
CREATEUNIT
unit=Cyrus II
owner=Persians
veteran=yes
homecity=none
locations
145,45
146,46
145,47
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=315
@THEN
TEXT
^The great conqueror, Alexander, ascends to the throne of Greece.
^The World lies prostrate before him!
ENDTEXT
CREATEUNIT
unit=Alexander
owner=Greeks
veteran=yes
homecity=none
locations
8,30
8,34
6,32
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
UNITKILLED
unit=Mursilis I
attacker=anybody
defender=Hittites
@THEN
TEXT
^Weep ye People of Hatti! Mursilis I has been slain in battle!
^The Hittite Army redeems his body for 500 Gold!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Hammurabi
attacker=anybody
defender=Babylonians
@THEN
TEXT
^Tremble O' Babylon! Hammurabi has been slain in battle!
^The victors scavenge 500 Gold from the field of battle!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Ashurbanipal
attacker=anybody
defender=Assyrians
@THEN
TEXT
^Woe unto Assyria! Ashurbanipal has been slain in battle!
^The victors ransom his battered corpse for 500 Gold!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Ramesses II
attacker=anybody
defender=Egyptians
@THEN
TEXT
^Ramesses II is slain in battle! Who will defend ye now, O Egypt?
^The victors loot 500 Gold from the Egyptian camp!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Cyrus II
attacker=anybody
defender=Persians
@THEN
TEXT
^A shudder sweeps across the Persian Empire! Cyrus II has been slain in battle!
^The exultant enemy loot 500 Gold from the battlefield!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Alexander
attacker=anybody
defender=Greeks
@THEN
TEXT
^A disaster of incomprehensible magnitude! Alexander has been slain in battle!
^The mournful Greek Army ransoms his body for 500 Gold!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Minos
attacker=anybody
defender=Minoans
@THEN
TEXT
^A terrible naval defeat claims the life of Minos of Crete!
^Enemy mariners find 500 Gold aboard his captured flagship!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Warriors
attacker=Egyptians
defender=Barbarians
@THEN
TEXT
Another town is added to the Egyptian Empire! The defeated
survivors are enslaved and sent to till the fields of Memphis.
Pharoah takes 50 gold as his share of the booty!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=50
CREATEUNIT
unit=Farmers
owner=Egyptians
veteran=yes
homecity=none
locations
54,88
56,88
endlocations
@ENDIF

@IF
UNITKILLED
unit=Palace Guard
attacker=Egyptians
defender=Barbarians
@THEN
TEXT
A powerful enemy city-state is conquered at last!
The sack adds 100 gold to the Egyptian treasury,
and the victorious General is promoted to Vizier!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=100
CREATEUNIT
unit=Royal Envoy
owner=Egyptians
veteran=yes
homecity=none
locations
54,88
56,88
endlocations
@ENDIF

@IF
UNITKILLED
unit=Caravan
attacker=Egyptians
defender=anybody
@THEN
TEXT
A caravan is destroyed! The Egyptians pillage 80 gold from the wreckage.
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=80
@ENDIF

@IF
UNITKILLED
unit=Farmers
attacker=Egyptians
defender=anybody
@THEN
TEXT
^Foreign peasants are captured by the Egyptians. They are enslaved and
^shipped off to Memphis!
ENDTEXT
CREATEUNIT
unit=Farmers
owner=Egyptians
veteran=yes
homecity=none
locations
54,88
56,88
endlocations
@ENDIF

@IF
TURN
turn=35
@THEN
TEXT
After centuries of civil war, King Narmer of Upper Egypt vows
to vaquish the Delta-dwellers of Lower Egypt once and for all!
The two armies confront one another near the town of Athribis!
ENDTEXT
CREATEUNIT
unit=Spearmen
owner=barbarians
veteran=false
homecity=none
locations
53,79
56,80
endlocations
@ENDIF
@IF
TURN
turn=35
@THEN
createunit
owner=Egyptians
unit=Swordsmen
veteran=true
homecity=none
locations
55,79
54,80
endlocations
@ENDIF

@IF
UNITKILLED
unit=Spearmen
attacker=Egyptians
defender=Barbarians
@THEN
justonce
TEXT
King Narmer is victorious! Egypt is united at last and for the first time
a single man wears the crown of Upper and Lower Egypt! Gold and Slaves are
paraded before the joyous population of Memphis!
ENDTEXT
changemoney
receiver=TRIGGERATTACKER
amount=100
CREATEUNIT
unit=Farmers
owner=Egyptians
veteran=yes
homecity=none
locations
54,88
56,88
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=177
@THEN
TEXT
The Hyksos, a Desert people from the East have heard tales about
the fabulous riches of Egypt. Led by their "Shepherd King", they
ride forth in chariots to claim the Nile for their own!
ENDTEXT
createunit
owner=Barbarians
unit=Chariot III
veteran=true
homecity=none
locations
60,80
61,79
endlocations
MOVEUNIT
unit=AnyUnit
owner=Barbarians
maprect
58,74,66,74,66,88,58,88
moveto
55,87
numbertomove=ALL
@ENDIF
@IF
TURN
turn=177
@THEN
createunit
owner=Barbarians
unit=Chariot III
veteran=true
homecity=none
locations
60,80
61,79
endlocations
@ENDIF
@IF
TURN
turn=177
@THEN
createunit
owner=Barbarians
unit=Chariot III
veteran=true
homecity=none
locations
60,80
61,79
endlocations
@ENDIF

@IF
TURN
turn=200
@THEN
TEXT
^The great volcano Thera explodes near Crete!
ENDTEXT
CHANGETERRAIN
terraintype=9
maprect
30,40,30,40,30,40,30,40
PLAYWAVEFILE
volcano.wav
@ENDIF
@IF
TURN
turn=200
@THEN
CHANGETERRAIN
terraintype=10
maprect
29,41,29,41,29,41,29,41
@ENDIF

@IF
TURN
turn=201
@THEN
TEXT
^Spawn of the volcano, a mighty storm sweeps in from the sea! 
^Accompanying the wind and water, ash from the Theran eruption begins 
^to rain down on Crete and Egypt. Once productive farmland is buried
^under the ashfall!
ENDTEXT
CREATEUNIT
unit=storm
owner=barbarians
veteran=false
homecity=none
locations
56,74
55,73
endlocations
CHANGETERRAIN
terraintype=7
maprect
57,77,57,77,57,77,57,77
@ENDIF
@IF
TURN
turn=201
@THEN
CHANGETERRAIN
terraintype=7
maprect
57,73,57,73,57,73,57,73
@ENDIF

@IF
TURN
turn=212
@THEN
TEXT
The Hittite Emperor receives a surprising letter from the Queen of Egypt.
"My husband Tutanhkamen is dead, and I will not marry a commoner.
Send me one of your sons o' mighty Suppiluliuma, that he may become
Pharoah of Egypt and our two peoples be allies forever!"
^
^Can it be true? The Emperor ponders.... 
ENDTEXT
@ENDIF

@IF
TURN
turn=214
@THEN
TEXT
The Hittite Emperor finally decides to act, and sends his youngest son
to Egypt. But it's too late! The Egyptian Vizier has seized the throne
and forced the Queen to marry him. The young Hittite prince is slain
the moment he arrives in Memphis!
^"Let the chariots of Hatti grind Egypt into the dust!",
^cries the outraged Suppiluliuma when he learns the terrible news.
^And so it is done!
ENDTEXT
makeaggression
who=Hittites
whom=Egyptians
CREATEUNIT
unit=Chariot IV
owner=Hittites
veteran=yes
homecity=none
locations
60,80
62,80
endlocations
@ENDIF
@IF
Turn
turn=214
@THEN
makeaggression
who=Egyptians
whom=Hittites
CREATEUNIT
unit=Chariot IV
owner=Hittites
veteran=yes
homecity=none
locations
60,80
62,80
endlocations
@ENDIF
@IF
Turn
turn=214
@THEN
CREATEUNIT
unit=Chariot IV
owner=Hittites
veteran=yes
homecity=none
locations
60,80
62,80
endlocations
@ENDIF

@IF
TURN
turn=220
@THEN
TEXT
^Several generations have passed since the volcano on
^Thera erupted. Those areas most affected by the ashfall
^have now become enormously fertile crop-growing regions!
ENDTEXT
CHANGETERRAIN
terraintype=2
maprect
57,77,57,77,57,77,57,77
@ENDIF
@IF
TURN
turn=220
@THEN
CHANGETERRAIN
terraintype=2
maprect
57,73,57,73,57,73,57,73
@ENDIF

@IF
TURN
turn=222
@THEN
TEXT
Heeding their great leader Moses, the Hebrew slaves rise up in revolt and
flee toward the Sinai Desert and the Promised Land beyond! An angry Pharoah
Ramesses II prepares the pursuit....although the oracles urge caution!
ENDTEXT
CREATEUNIT
unit=Slave Revolt
owner=barbarians
veteran=false
homecity=none
locations
65,85
65,83
endlocations
MOVEUNIT
unit=AnyUnit
owner=Barbarians
maprect
58,74,68,74,68,90,58,90
moveto
70,82
numbertomove=ALL
@ENDIF

@IF
UNITKILLED
unit=Slave Revolt
attacker=Egyptians
defender=Barbarians
@THEN
justonce
TEXT
As Pharoah's chariots prepare to finish off the Hebrews, a huge
Pillar of Fire appears and smites the armies of Egypt!
ENDTEXT
CREATEUNIT
unit=Earthquake
owner=Barbarians
veteran=true
homecity=none
locations
67,83
66,84
endlocations
PLAYWAVEFILE
leader.wav
@ENDIF

@IF
TURN
turn=223
@THEN
TEXT
Moses urges the Hebrews forward, deeper into the Wilderness!
ENDTEXT
CREATEUNIT
unit=Slave Revolt
owner=barbarians
veteran=true
homecity=none
locations
70,86
72,86
endlocations
MOVEUNIT
unit=AnyUnit
owner=Barbarians
maprect
62,78,74,78,74,94,62,94
moveto
73,97
numbertomove=ALL
@ENDIF

@IF
TURN
turn=224
@THEN
TEXT
In the distance, Moses sees a tall mountain beneath a lightening-torn sky.
As they approach it, the storm hastens past the Hebrews and toward the Egyptians!
ENDTEXT
CREATEUNIT
unit=Storm
owner=barbarians
veteran=true
homecity=none
locations
69,87
70,88
endlocations
MOVEUNIT
unit=Slave Revolt
owner=Barbarians
maprect
62,78,74,78,74,98,62,98
moveto
73,99
numbertomove=ALL
@ENDIF

@IF
TURN
turn=227
@THEN
TEXT
^The Libyans have long lusted for the fertile lands beside the Nile River.
^Now under King Merai they find a powerful new ally in the Sea Peoples!
^With shockinging suddenness, the Libyans launch an assault upon the Nile Delta
^while the Sea Peoples invade at many points along the Mediterranean coast!
ENDTEXT
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
47,79
50,82
endlocations
@ENDIF
@IF
TURN
turn=227
@THEN
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
47,79
50,82
endlocations
@ENDIF
@IF
TURN
turn=227
@THEN
createunit
owner=Barbarians
unit=Sea Peoples
veteran=true
homecity=none
locations
52,76
54,80
endlocations
@ENDIF
@IF
TURN
turn=227
@THEN
createunit
owner=Barbarians
unit=Sea Peoples
veteran=true
homecity=none
locations
61,77
60,78
endlocations
@ENDIF
@IF
TURN
turn=227
@THEN
createunit
owner=Barbarians
unit=Sea Peoples
veteran=true
homecity=none
locations
73,73
74,72
endlocations
@ENDIF
@IF
TURN
turn=227
@THEN
createunit
owner=Barbarians
unit=Sea Peoples
veteran=true
homecity=none
locations
77,61
78,60
endlocations
@ENDIF

@IF
UNITKILLED
unit=Sea Peoples
attacker=Egyptians
defender=Barbarians
@THEN
justonce
TEXT
One tribe of the defeated Sea Peoples are Sherden from Sardinia.
Impressed by their ferocity, Ramesses III offers them a choice:
Great wealth and a position in Pharoah's Guard....or Slavery!
ENDTEXT
CREATEUNIT
unit=Sea Peoples
owner=Egyptians
veteran=yes
homecity=none
locations
54,88
56,88
endlocations
@ENDIF

@IF
TURN
turn=232
@THEN
TEXT
The Libyan King Kaper and his Sea People allies renew the assault upon the Nile Delta!
They long to avenge their earlier defeat and feel certain of victory!
ENDTEXT
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
48,80
51,83
endlocations
PLAYWAVEFILE
citysack.wav
@ENDIF
@IF
TURN
turn=232
@THEN
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
48,80
51,83
endlocations
@ENDIF
@IF
TURN
turn=232
@THEN
createunit
owner=Barbarians
unit=Sea Peoples
veteran=true
homecity=none
locations
51,75
53,77
endlocations
@ENDIF

@IF
TURN
turn=277
@THEN
TEXT
King Piankhi marches North with the host of Nubia! "The sandal is
upon the other foot", he cries. "Now let Egypt to hear the screams
of her children and taste the blade of the conqueror"!
ENDTEXT
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
61,113
62,112
endlocations
PLAYWAVEFILE
citysack.wav
@ENDIF
@IF
TURN
turn=277
@THEN
createunit
owner=Barbarians
unit=Iron Infantry II
veteran=true
homecity=none
locations
61,113
62,112
endlocations
@ENDIF
@IF
TURN
turn=277
@THEN
createunit
owner=Barbarians
unit=Iron Infantry II
veteran=true
homecity=none
locations
61,113
62,112
endlocations
@ENDIF

@IF
TURN
turn=290
@THEN
TEXT
The work of a generation is complete! With great ceremony,
Pharoah Necho II presides over the dedication of the new
Nile-Red Sea canal! A fleet embarks on a voyage of discovery!
ENDTEXT
createunit
owner=Egyptians
unit=Bireme II
veteran=true
homecity=none
locations
56,84
61,83
endlocations
CHANGETERRAIN
terraintype=10
maprect
58,84,58,84,58,84,58,84
PLAYWAVEFILE
leader.wav
@ENDIF
@IF
TURN
turn=290
@THEN
CHANGETERRAIN
terraintype=10
maprect
59,83,59,83,59,83,59,83
@ENDIF

@IF
TURN
turn=300
@THEN
TEXT
Merchants from Greece speak of a wondrous new silver mine!
ENDTEXT
CHANGETERRAIN
terraintype=9
maprect
15,33,15,33,15,33,15,33
@ENDIF

@IF
RANDOMTURN
denominator=100
@THEN
TEXT
On the horizon, a vast roiling cloud appears! The winds begin
to howl and a large Sand Storm blows in from the desert!
ENDTEXT
createunit
owner=Barbarians
unit=storm
veteran=false
homecity=none
locations
93,71
91,91
endlocations
PLAYWAVEFILE
storm.wav
@ENDIF

@IF
RANDOMTURN     
denominator=40
@THEN
TEXT
With the Caravans come tales of Desert Tribes on the move!
They roam the vast deserts beneath the Fertile Crescent,
but whether they head North, East or West, none can say.
ENDTEXT
createunit
owner=Barbarians
unit=Desert Raiders
veteran=true
homecity=none
locations
98,64
97,65
96,66
endlocations
@ENDIF

@IF
RANDOMTURN     
denominator=90
@THEN
TEXT
Out from the deserts west of the Nile, come rumors
of a Libyan army heading toward Egypt!
ENDTEXT
createunit
owner=Barbarians
unit=Desert Raiders
veteran=false
homecity=none
locations
42,88
44,98
endlocations
@ENDIF

@IF
TURN
turn=40
@THEN
TEXT
Minoan settlers found a new city on the lovely island of Rhodes.
ENDTEXT
CREATEUNIT
unit=farmers
owner=minoans
veteran=true
homecity=none
locations
35,39
34,38
endlocations
@ENDIF

@IF
TURN
turn=60
@THEN
TEXT
Minoan settlers found a new city on the wooded island of Karpathos.
ENDTEXT
CREATEUNIT
unit=farmers
owner=minoans
veteran=true
homecity=none
locations
34,50
33,49
endlocations
@ENDIF

@IF
TURN
turn=80
@THEN
TEXT
Minoan settlers found a new city on the fertile island of Skiros.
ENDTEXT
CREATEUNIT
unit=farmers
owner=minoans
veteran=true
homecity=none
locations
21,15
25,11
endlocations
@ENDIF

@ENDEVENTS